home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 220 / 220.xpi / chrome / flashgot.jar / content / flashgot / flashgotOverlayFF.xul < prev    next >
Encoding:
Extensible Markup Language  |  2010-01-24  |  1.8 KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.  
  4.     FlashGot - a Firefox extension for external download managers integration
  5.     Copyright (C) 2004-2009 Giorgio Maone - g.maone@informaction.com
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 2 of the License, or
  10.     (at your option) any later version.
  11.  
  12.     This program is distributed in the hope that it will be useful,
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.     GNU General Public License for more details.
  16.  
  17.     You should have received a copy of the GNU General Public License
  18.     along with this program; if not, write to the Free Software
  19.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  20.  
  21. ***** END LICENSE BLOCK ***** -->
  22.  
  23.  
  24. <overlay id="flashgotOverlayFF" 
  25.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  26.   <script type="application/x-javascript" src="chrome://global/content/XPCNativeWrapper.js"/>
  27.   <keyset id="mainKeyset">
  28.     <key id="flashgot-link-key" keycode="VK_F1" modifiers="accel" oncommand="gFlashGot.downloadLink()" />
  29.     <key id="flashgot-sel-key" keycode="VK_F2" modifiers="accel" oncommand="gFlashGot.downloadSel()"/>
  30.     <key id="flashgot-all-key" keycode="VK_F3" modifiers="accel" oncommand="gFlashGot.downloadAll()"/>
  31.     <key id="flashgot-tabs-key" keycode="VK_F6" modifiers="accel" oncommand="gFlashGot.downloadTabs()"/>
  32.     <key id="flashgot-media-key" keycode="VK_F7" modifiers="accel" oncommand="gFlashGot.downloadMedia()"/>
  33.   </keyset>
  34.   
  35.   <menupopup id="menu_ToolsPopup">
  36.     <menu id="flashgot-menu"
  37.       insertbefore="prefSep"
  38.       />
  39.    </menupopup>
  40. </overlay>
  41.